DataCollection
C1AdoNetVirtualDataCollection<T> コンストラクタ

C1.DataCollection.AdoNet アセンブリ > C1.DataCollection.AdoNet 名前空間 > C1AdoNetVirtualDataCollection<T> クラス : C1AdoNetVirtualDataCollection<T> コンストラクタ
The connection to the Ado.Net source.
The name of the table.
The fields that will be queried.
The maximum parallel requests.
The maximum active requests.
The request delay.
Initializes a new instance of the C1AdoNetVirtualDataCollection<T> class.
シンタックス
'宣言
 
Public Function New( _
   ByVal connection As System.Data.Common.DbConnection, _
   ByVal tableName As System.String, _
   Optional ByVal fields As System.Collections.Generic.IEnumerable(Of String), _
   Optional ByVal maxParallelRequests As System.Integer, _
   Optional ByVal maxActiveRequests As System.Integer, _
   Optional ByVal requestDelay As System.Nullable(Of TimeSpan) _
)
public C1AdoNetVirtualDataCollection<T>( 
   System.Data.Common.DbConnection connection,
   System.string tableName,
   System.Collections.Generic.IEnumerable<string> fields,
   System.int maxParallelRequests,
   System.int maxActiveRequests,
   System.Nullable<TimeSpan> requestDelay
)

パラメータ

connection
The connection to the Ado.Net source.
tableName
The name of the table.
fields
The fields that will be queried.
maxParallelRequests
The maximum parallel requests.
maxActiveRequests
The maximum active requests.
requestDelay
The request delay.
参照

C1AdoNetVirtualDataCollection<T> クラス
C1AdoNetVirtualDataCollection<T> メンバ